home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Information / WebSites / Wirenet / arexx / LogSTFax.lha / LogSTFax.readme next >
Text File  |  1998-09-15  |  814b  |  34 lines

  1. A short arexx script to log details of incoming calls to STFax.
  2.  
  3. Installation
  4. ~~~~~~~~~~~~
  5.  
  6. Copy it to your REXX: directory
  7.  
  8. Edit line 9 to set the name of the logfile
  9.  
  10. In STFax preferences, set the Ring hook to REXX:LogSTFax.rexx
  11.  
  12. Usage
  13. ~~~~~
  14.  
  15. Whenver STFax detects a ring it will call the script. On the first ring
  16. STFax will be uniconified, on the second ring the call details will be
  17. logged. This is because STFax doesn't have the CallerID information
  18. available until the second ring.
  19.  
  20. You can also use the script to execute other commands after the first ring.
  21. I use it to shut down my CD, Mpeg and MIDI players. That way I can answer
  22. the phone without having to search for the stop gadget of the player.
  23.  
  24. Bugs
  25. ~~~~
  26.  
  27. It works fine here, if you have any problems, mail me.
  28.  
  29. Neil Bothwick
  30. neil@wirenet.co.uk
  31.  
  32.  
  33.  
  34.